home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / IBM31514.PP_ / ibm31514.ppd
Text File  |  1996-04-25  |  12KB  |  357 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "IBM Personal Page Printer II" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 5/30/89
  5. *FormatVersion: "3.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(IBM Personal Page Printer II)"
  10. *PSVersion: "(51.4) 0"
  11. *NickName: "IBM Personal Page Printer II-31"
  12.  
  13. *% General Information and Defaults ===============
  14. *ColorDevice: False
  15. *VariablePaperSize: False
  16. *FileSystem: False
  17. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  18. *%Throughput: "6"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup    % potential password
  25.     statusdict begin checkpassword end not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict begin exitserver
  34. "
  35. *End
  36. *Reset: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true
  39.   }{
  40.     dup    % potential password
  41.     statusdict begin checkpassword end not
  42.   } ifelse
  43.   {  %  if no password or not valid
  44.     (WARNING : Cannot reset printer.) =
  45.     (Password supplied is not valid.) =
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if
  49.   serverdict begin exitserver
  50.   systemdict /quit get exec
  51.   (WARNING : Printer Reset Failed.) = flush
  52. "
  53. *End
  54.  
  55. *DefaultResolution: 300dpi
  56. *?Resolution: "
  57. save
  58.   initgraphics
  59.   0 0 moveto currentpoint matrix defaultmatrix transform
  60.   0 72 lineto currentpoint matrix defaultmatrix transform
  61.   3 -1 roll sub dup mul
  62.   3 1 roll exch sub dup mul
  63.   add sqrt round cvi
  64.   (          ) cvs print (dpi) = flush
  65. restore
  66. "
  67. *End
  68.  
  69. *% Halftone Information ===============
  70. *ScreenFreq: "60.0"
  71. *ScreenAngle: "45.0"
  72. *DefaultScreenProc: Dot
  73. *ScreenProc Dot: "
  74. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  75. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  76. "
  77. *End
  78. *ScreenProc Line: "{ pop }"
  79. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  80.  
  81. *DefaultTransfer: Null
  82. *Transfer Normalized: "{ }"
  83. *Transfer Null: "{ }"
  84. *Transfer Null.Inverse: "{ 1 exch sub }"
  85.  
  86. *% Paper Handling ===================
  87.  
  88. *% Use these entries to set paper size most of the time, unless there is
  89. *% specific reason to use PageRegion or PaperTray.
  90. *DefaultPageSize: Letter
  91. *PageSize Letter: "statusdict begin lettertray end"
  92. *PageSize Legal: "statusdict begin legaltray end"
  93. *PageSize Statement: "statusdict begin statementtray end"
  94. *PageSize A4: "statusdict begin a4tray end"
  95. *PageSize A5: "statusdict begin a5tray end"
  96. *PageSize B5: "statusdict begin b5tray end"
  97.  
  98.  
  99. *% These entries will set up the frame buffer. Usually used with manual feed.
  100. *DefaultPageRegion: Letter
  101. *PageRegion Letter: "letter"
  102. *PageRegion Legal: "legal"
  103. *PageRegion A4: "a4"
  104. *PageRegion A5: "a5"
  105. *PageRegion B5: "b5"
  106. *PageRegion Statement: "statement"
  107.  
  108. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  109. *% These errors should be trapped by software and a message displayed
  110. *DefaultPaperTray: None
  111. *PaperTray Letter: "statusdict begin lettertray end"
  112. *PaperTray Legal: "statusdict begin legaltray end"
  113. *PaperTray Statement: "statusdict begin statementtray end"
  114. *PaperTray A4: "statusdict begin a4tray end"
  115. *PaperTray A5: "statusdict begin a5tray end"
  116. *PaperTray B5: "statusdict begin b5tray end"
  117.  
  118. *% The following entries provide information about specific paper keywords.
  119. *DefaultImageableArea: Letter
  120. *ImageableArea Letter: "17 16 595 776 "
  121. *ImageableArea Legal: "17 16 595 992 "
  122. *ImageableArea A4: "14 15 581 827 "
  123. *ImageableArea A5: "12 13 407 583 "
  124. *ImageableArea B5: "13 13 503 716 "
  125. *ImageableArea Statement: "12 15 384 597 "
  126. *?ImageableArea: "
  127.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  128.   newpath clippath pathbbox
  129.   4 -2 roll exch 2 {ceiling cvp} repeat
  130.   exch 2 {floor cvp} repeat flush
  131.  restore
  132. "
  133. *End
  134.  
  135. *% These provide the physical dimensions of the paper (by keyword)
  136. *DefaultPaperDimension: Letter
  137. *PaperDimension Letter: "612 792"
  138. *PaperDimension Legal: "612 1008"
  139. *PaperDimension A4: "595 842"
  140. *PaperDimension A5: "420 595"
  141. *PaperDimension B5: "516 729"
  142. *PaperDimension Statement: "396 612"
  143.  
  144. *DefaultInputSlot: None
  145. *DefaultOutputBin: OnlyOne
  146.  
  147. *DefaultOutputOrder: Normal
  148.  
  149. *DefaultCollator: None
  150. *DefaultSorter: None
  151. *DefaultDuplex: None
  152.  
  153. *% Font Information =====================
  154.  
  155. *DefaultFont: Courier
  156. *Font AvantGarde-Book: Standard "(001.002)"
  157. *Font AvantGarde-BookOblique: Standard "(001.002)"
  158. *Font AvantGarde-Demi: Standard "(001.003)"
  159. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  160. *Font Bookman-Demi: Standard "(001.001)"
  161. *Font Bookman-DemiItalic: Standard "(001.001)"
  162. *Font Bookman-Light: Standard "(001.001)"
  163. *Font Bookman-LightItalic: Standard "(001.001)"
  164. *Font Courier: Standard "(001.004)"
  165. *Font Courier-Bold: Standard "(001.004)"
  166. *Font Courier-BoldOblique: Standard "(001.004)"
  167. *Font Courier-Oblique: Standard "(001.004)"
  168. *Font Emulatorfont: Special "(001.000)"
  169. *Font Emulatorfont-Bold: Special "(001.000)"
  170. *Font Garamond-Bold: Standard "(001.001)"
  171. *Font Garamond-BoldItalic: Standard "(001.002)"
  172. *Font Garamond-Light: Standard "(001.002)"
  173. *Font Garamond-LightItalic: Standard "(001.002)"
  174. *Font Helvetica: Standard "(001.002)"
  175. *Font Helvetica-Black: Standard "(001.001)"
  176. *Font Helvetica-BlackOblique: Standard "(001.001)"
  177. *Font Helvetica-Bold: Standard "(001.002)"
  178. *Font Helvetica-BoldOblique: Standard "(001.002)"
  179. *Font Helvetica-Light: Standard "(001.002)"
  180. *Font Helvetica-LightOblique: Standard "(001.002)"
  181. *Font Helvetica-Narrow: Standard "(001.002)"
  182. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  183. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  184. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  185. *Font Helvetica-Oblique: Standard "(001.002)"
  186. *Font Korinna-Bold: Standard "(001.001)"
  187. *Font Korinna-KursivBold: Standard "(001.003)"
  188. *Font Korinna-KursivRegular: Standard "(001.003)"
  189. *Font Korinna-Regular: Standard "(001.001)"
  190. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  191. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  192. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  193. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  194. *Font Palatino-Bold: Standard "(001.002)"
  195. *Font Palatino-BoldItalic: Standard "(001.002)"
  196. *Font Palatino-Italic: Standard "(001.002)"
  197. *Font Palatino-Roman: Standard "(001.001)"
  198. *Font Symbol: Special "(001.003)"
  199. *Font Times-Bold: Standard "(001.002)"
  200. *Font Times-BoldItalic: Standard "(001.004)"
  201. *Font Times-Italic: Standard "(001.002)"
  202. *Font Times-Roman: Standard "(001.002)"
  203. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  204. *Font ZapfDingbats: Special "(001.002)"
  205. *?FontQuery: "
  206. save  4 dict begin /sv exch def
  207. /str (fonts/                              ) def
  208. /st2 128 string def
  209. {
  210.   count 0 gt {
  211.     dup st2 cvs (/) print print (:) print
  212.     dup FontDirectory exch known {pop (Yes)}{
  213.      str exch st2 cvs dup length /len exch def
  214.      6 exch putinterval str 0 len 6 add getinterval mark exch
  215.      { } st2 filenameforall counttomark 0 gt {
  216.       cleartomark (Yes)}{cleartomark (No)}ifelse
  217.     }ifelse = flush
  218.   }{ exit } ifelse
  219. } bind loop
  220. (*) = flush
  221. sv end restore
  222. "
  223. *End
  224.  
  225. *?FontList: "
  226. save  2 dict begin /sv exch def
  227. /str 128 string def
  228. FontDirectory { pop == } bind forall flush
  229. /filenameforall where {
  230.  pop save (fonts/*) {
  231.   dup length 6 sub 6 exch getinterval cvn ==
  232.  } bind str filenameforall flush restore
  233. } if
  234. (*) = flush
  235. sv end restore
  236. "
  237. *End
  238.  
  239.  
  240.  
  241. *% Printer Messages (verbatim from printer):
  242. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  243. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  244. *Message: "\FontName\ not found, using Courier"
  245.  
  246. *% Status (format: %%[ status: <one of these> ]%% )
  247. *Status: "idle"
  248. *Status: "busy"
  249. *Status: "waiting"
  250. *Status: "printing"
  251. *Status: "initializing"
  252. *Status: "printing test page"
  253. *Status: "PrinterError: CPU error"
  254. *Status: "PrinterError: main motor error"
  255. *Status: "PrinterError: replacement magazine required"
  256. *Status: "PrinterError: paper size error"
  257. *Status: "PrinterError: paper exit jam"
  258. *Status: "PrinterError: error ID=4"
  259. *Status: "PrinterError: cleaning magazine needs replacing"
  260. *Status: "PrinterError: optical unit error"
  261. *Status: "PrinterError: feeder motor error"
  262. *Status: "PrinterError: paper transport jam"
  263. *Status: "PrinterError: feeder cover open"
  264. *Status: "PrinterError: error ID=13"
  265. *Status: "PrinterError: fusing unit error"
  266. *Status: "PrinterError: toner is low"
  267. *Status: "PrinterError: out of paper"
  268. *Status: "PrinterError: printer warming up"
  269. *Status: "PrinterError: printing test page"
  270. *Status: "PrinterError: feeder hardware error"
  271. *Status: "PrinterError: paper feed error"
  272. *Status: "PrinterError: timeout"
  273. *Status: "PrinterError: cover open"
  274. *Status: "PrinterError: offline"
  275. *Status: "PrinterError: out of envelopes or feed error"
  276. *Status: "PrinterError: lower tray out of paper"
  277. *Status: "PrinterError: upper tray out of paper"
  278. *Status: "PrinterError: both trays out of paper"
  279.  
  280. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  281. *Source: "serial9"
  282. *Source: "serial25"
  283. *Source: "AppleTalk"
  284. *Source: "Centronics"
  285.  
  286. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  287. *PrinterError: CPU error"
  288. *PrinterError: main motor error"
  289. *PrinterError: replacement magazine required"
  290. *PrinterError: paper size error"
  291. *PrinterError: paper exit jam"
  292. *PrinterError: error ID=4"
  293. *PrinterError: cleaning magazine needs replacing"
  294. *PrinterError: optical unit error"
  295. *PrinterError: feeder motor error"
  296. *PrinterError: paper transport jam"
  297. *PrinterError: feeder cover open"
  298. *PrinterError: error ID=13"
  299. *PrinterError: fusing unit error"
  300. *PrinterError: toner is low"
  301. *PrinterError: out of paper"
  302. *PrinterError: printer warming up"
  303. *PrinterError: printing test page"
  304. *PrinterError: feeder hardware error"
  305. *PrinterError: paper feed error"
  306. *PrinterError: timeout"
  307. *PrinterError: cover open"
  308. *PrinterError: offline"
  309. *PrinterError: out of envelopes or feed error"
  310. *PrinterError: lower tray out of paper"
  311. *PrinterError: upper tray out of paper"
  312. *PrinterError: both trays out of paper"
  313.  
  314. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  315.  
  316. *% Color Separation Information =====================
  317.  
  318.  
  319. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  320.  
  321. *InkName: ProcessBlack/Process Black
  322. *InkName: CustomColor/Custom Color
  323. *InkName: ProcessCyan/Process Cyan
  324. *InkName: ProcessMagenta/Process Magenta
  325. *InkName: ProcessYellow/Process Yellow
  326.  
  327. *%  For 60 lpi / 300 dpi  ===============================
  328.  
  329. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  330. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  331. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  332. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  333. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  334.  
  335. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340.  
  341. *%  For 53 lpi / 300 dpi  ===============================
  342.  
  343. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  344. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  345. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  346. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  347. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  348.  
  349. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  350. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  351. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  352. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  353. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  354.  
  355. *% end of PPD file for IBM Personal Page Printer II
  356.  
  357.